RetrieveSecurityToken (Remove Flight)

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:rad="http://schemas.datacontract.org/2004/07/Radixx.ConnectPoint.Request" xmlns:rad1="http://schemas.datacontract.org/2004/07/Radixx.ConnectPoint.Security.Request">
   <soapenv:Header/>
   <soapenv:Body>
      <tem:RetrieveSecurityToken>
         <!--Optional:-->
         <tem:RetrieveSecurityTokenRequest>
            <rad:CarrierCodes>
               <!--Zero or more repetitions:-->
               <rad:CarrierCode>
                  <rad:AccessibleCarrierCode>1D</rad:AccessibleCarrierCode>
               </rad:CarrierCode>
            </rad:CarrierCodes>
            <rad1:LogonID>ID</rad1:LogonID>
            <rad1:Password>password</rad1:Password>
         </tem:RetrieveSecurityTokenRequest>
      </tem:RetrieveSecurityToken>
   </soapenv:Body>
</soapenv:Envelope>

 


<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <RetrieveSecurityTokenResponse xmlns="http://tempuri.org/">
         <RetrieveSecurityTokenResult xmlns:a="http://schemas.datacontract.org/2004/07/Radixx.ConnectPoint.Security.Response" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <a:Exceptions xmlns:b="http://schemas.datacontract.org/2004/07/Radixx.ConnectPoint.Exceptions">
               <b:ExceptionInformation.Exception>
                  <b:ExceptionCode>0</b:ExceptionCode>
                  <b:ExceptionDescription>Successful Transaction</b:ExceptionDescription>
                  <b:ExceptionSource>RetrieveSecurityToken</b:ExceptionSource>
                  <b:ExceptionLevel>Success</b:ExceptionLevel>
               </b:ExceptionInformation.Exception>
            </a:Exceptions>
            <a:SecurityToken>8e49jcj7e9t464rbxa66ac84zc0795cd6caf804e65fe</a:SecurityToken>
         </RetrieveSecurityTokenResult>
      </RetrieveSecurityTokenResponse>
   </s:Body>
</s:Envelope>